home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
m
/
Makefile
< prev
next >
Wrap
Makefile
|
1991-11-21
|
1KB
|
42 lines
#
# Prototype makefile for libraries.
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from /sprite/lib/mkmf/Makefile.library
# Thu Nov 21 15:27:13 PST 1991
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.library,v 1.15 91/04/11 12:55:30 kupfer Exp $ SPRITE (Berkeley)
#
# Allow mkmf
ALLSRCS = acosh.c asincos.c asinh.c atan.c atan2.c atanh.c cabs.c cbrt.c cosh.c erf.c exp.c exp__E.c expm1.c fabs.c floor.c fmod.c j0.c j1.c jn.c lgamma.c log.c log10.c log1p.c log__L.c pow.c sincos.c sinh.c support.c tan.c tanh.c
LINTSRCS =
MACHINES = ds3100 sun3 sun4
MAKEFILE = Makefile
MANPAGES = asinh.man erf.man exp.man floor.man hypot.man ieee.man infnan.man j0.man lgamma.man math.man sin.man sinh.man sqrt.man
NAME = m
PUBHDRS = math.h
#include <settm.mk>
TYPE = sprite
DISTDIR ?= /dist/sprite/src/lib/m
SYSMAKEFILE = library.mk
#if exists($(TM).md/md.mk)
#include "$(TM).md/md.mk"
#endif
#if exists(local.mk)
#include "local.mk"
#else
#include <$(SYSMAKEFILE)>
#endif
#if exists($(TM).md/dependencies.mk)
#include "$(TM).md/dependencies.mk"
#endif